home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 7 / PC World Interactive 7.iso / program / vbkontrol.exe / VBSTAK.ZIP / VBSTAK / STAKMAN / README.TXT next >
Text File  |  1995-03-13  |  2KB  |  67 lines

  1.             VBStak Installation Procedures
  2.                 03/10/95
  3.  
  4.  
  5. 1. Create a vbstak Directory of your choice eg.
  6.  
  7. c:\vbstak\
  8.  
  9. 2. Copy vbstak.exe self extracting zip to the vbstak directory
  10.  
  11. 3. Type (or run from windows) vbstak.exe -d
  12.  
  13. 4. Copy vbstak\vbstak.vbx to your windows\system directory
  14.  
  15.  
  16. 5. Files in VBSTAK.ZIP
  17.  
  18.     VBSTAK.VBX 
  19.       VBStak Custom Control - copy to windows/system directory.
  20.  
  21.     VBMAIL\ (directory)
  22.       Mail sample program.
  23.         VBMAIL.MAK - Make file for mail application
  24.         SENDMAIL.FRM - Send mail daughter form
  25.         RECEIVEM.FRM - Receive mail daughter form
  26.         MAILFORM.FRM - MDI Master form
  27.         VBMAIL.EXE - Compiled VBMail program
  28.         VBMAIL.INI - VBMAIL initialization file copy to your 
  29.         windows directory
  30.  
  31.     STAKMAN\ (directory)
  32.       TCP/IP manual control/test program.
  33.         STAKMAN.FRM - Stak Manager form
  34.         STAKMAN.MAK - Stak Manager VB make file
  35.         STAKMAN.EXE - Compiled Stakman progrm
  36.         
  37.     VBSTAK.HLP
  38.       Windows help file for VBSTAK components.
  39.  
  40.     VBSTAK.TXT 
  41.       Visual basic constants and declarations for VBStak
  42.  
  43.     Contant.txt
  44.       VB constants and declarations
  45.  
  46. 2. VBMAIL Operation
  47.     
  48.     2.1 Introduction
  49.     The VBMail sample program uses smtp and pop3 to create a simple
  50.     INTERNET mail interface. To run the sample executable, add 
  51.     VBail.exe to a Windows group and start it up. VBMail assumes that 
  52.     you have access to a Mail server providing smtp and pop3 services.
  53.  
  54.     2.2 Sending Mail
  55.     Click on the Mail/Send menu item.  Enter your user name. 
  56.     Enter the destination user and host name in the user@host 
  57.     format. Enter the text of the message then press send.
  58.  
  59.     The status window should show the steps in the mail operation 
  60.     with "Mail Accepted" as the last item.
  61.  
  62.     2.3 Receiving Mail
  63.     Click on Mail/Receive menu item. Enter your user name (on the 
  64.     mail host) and your password. 
  65.  
  66.     
  67.